.footer-wrapper .section {
  border-bottom: 1px solid #363636;
}
.footer-wrapper {
  width: 100%;
  background-color: #2c2c34;
  color: #ffffff;
  padding-bottom: 30px;
}
.footer-wrapper .footer .footer-left {
  border-right: 1px solid #efeffd;
  padding-bottom: 40px;
}
.footer-wrapper .footer .footer-left .company-logo {
  width: 240px;
  height: 92px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  margin-bottom: 24px;
  display: inline-block;
}
.footer-wrapper .footer .footer-left .company-text {
  font-family: PingFang-SC-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
}
.footer-wrapper .footer .footer-left i.linear {
  display: inline-block;
  margin: 20px auto 22px;
  width: 240px;
  height: 1px;
  background-color: #efeffd;
}
.footer-wrapper .footer .footer-left .company-phone .phone-icon {
  font-size: 14px;
}
.footer-wrapper .footer .footer-left .company-phone .phone-num {
  font-size: 14px;
  margin-left: 5px;
}
.footer-wrapper .footer .footer-right .footer-box-col:last-child .footer-nav-title {
  margin-bottom: 20px;
}
.footer-wrapper .footer .footer-right .footer-box-col {
  padding-left: 44px;
}
.footer-wrapper .footer .footer-right .footer-nav-title {
  margin-bottom: 30px;
}
.footer-wrapper .footer .footer-right .footer-tel-qr p.f-tel-num {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.footer-wrapper .footer .footer-right .footer-tel-qr i.qr-code-img {
  width: 162px;
  height: 62px;
  display: inline-block;
}
.footer-wrapper .footer .footer-right .footer-tel-qr i.qr-code-img img {
  width: 100%;
  margin-top: 8px;
}
.footer-wrapper .footer .footer-right a {
	display: flex;
  font-size: 14px;
  color: #bbb;
}
.footer-wrapper .footer .footer-right a:hover {
  color: #fff;
}
.footer-wrapper .footer .footer-right p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #bbb;
}
.footer-wrapper .footer .footer-right p:hover {
  color: #fff;
}
.footer-wrapper .footer .footer-right p span {
  color: #bbb;
}
.footer-wrapper .footer-links {
  padding: 20px 0 8px 0;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: center;
}
.footer-wrapper .footer-links .links-website li {
  margin: 0 15px;
  float: left;
}
.footer-wrapper .footer-links .links-website a {
  font-size: 13px;
  color: #bbb;
  display: flex;
}
.footer-wrapper .footer-links .links-website p {
  margin-bottom: 16px;
  font-size: 13px;
}
.footer-wrapper .copyright {
  padding-top: 30px;
}
.footer-wrapper .copyright p {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
